home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00097_Script_97 < prev    next >
Text File  |  1995-05-21  |  423b  |  22 lines

  1. on mouseDown
  2.   put "HelpBTN" into x
  3.   put "HelpBTNHL" into y
  4.   hiliter 27, x, y
  5.   puppetsound "huh.aif"
  6.   updatestage
  7. end 
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global GameOrOptions
  13.   put "Game" into GameOrOptions
  14.   puppetsprite 48, false
  15.   updatestage
  16.   turnOffDollars
  17.   turnOffDaycons
  18.   set the castNum of sprite 27 = cast "HelpBTN"
  19.   updatestage
  20.   puppetsound 0
  21.   go frame "Help" of movie the PathName & "PapHelp.dir"
  22. end